projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6b4c8b
)
(imenu-default-create-index-function): Fix error message.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 4 Oct 1996 01:58:52 +0000
(
01:58
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 4 Oct 1996 01:58:52 +0000
(
01:58
+0000)
lisp/imenu.el
patch
|
blob
|
history
diff --git
a/lisp/imenu.el
b/lisp/imenu.el
index b04aecf3b574bfdb8075a96d7f1383a953049dd4..c35f963e9906f02f55d57c2f92b8cdd8eac58f26 100644
(file)
--- a/
lisp/imenu.el
+++ b/
lisp/imenu.el
@@
-576,8
+576,7
@@
Their results are gathered into an index alist."
((and imenu-generic-expression)
(imenu--generic-function imenu-generic-expression))
(t
- (error "The mode \"%s\" does not take full advantage of imenu.el yet."
- mode-name))))
+ (error "The mode `%s' does not support Imenu" mode-name))))
(defun imenu--replace-spaces (name replacement)
;; Replace all spaces in NAME with REPLACEMENT.